GET
/
v2
/
zaps

This API is rate limited.

Authorizations

Authorization
string
header
required

See our OAuth2 authentication documentation

Query Parameters

expand
string

A comma separated list of Zap fields that should be expanded from ids to full objects in the response. Fields that may not be expanded will remain as ids.

include_shared
boolean

If true, all Zaps that are shared with the user, rather than only those owned by them, are returned. If the zap:account:all scope is not present this has no effect.

inputs
string

You may pass inputs[KEY]=VALUE1,VALUE2 to filter for Zaps that contain those settings. Keys are defined by your app on the developer platform.

limit
integer

Used for paginating results. Specifies the maximum number of items to return per page. If this value is not set, it defaults to 10.

offset
integer

Used for paginating results. Specifies the offset to use.

Response

200 - application/json
data
object[]
required
meta
object
required